home *** CD-ROM | disk | FTP | other *** search
/ PCNET 2006 September - Disc 3 / PCNET_CD_2006_09_3.iso / apps / Install_Babya_Logic.exe / {app} / samples / Note On-Off demo.msc < prev    next >
Encoding:
Text File  |  1999-07-27  |  390 b   |  23 lines

  1. MScript VER:1
  2. TIMER:60
  3.  
  4. TuneStart:Main
  5. --Hurrey! I can play many instrument simultaneouly without creating second tune!
  6. --Power of NOTE_ON and NOTE_OFF commands!!
  7.  
  8. INSTRUMENT:Overdriven_Guitar 
  9.  
  10. non:a# 
  11.     INSTRUMENT:Orchestra_Hit
  12.     b a c 
  13.         INSTRUMENT:Flute 
  14.         non:d#
  15.             INSTRUMENT:Trombone
  16.             c c# b d d# 
  17.         noff:d#
  18.         INSTRUMENT:Violin 
  19.         d d# c 
  20. noff:a#
  21.  
  22. TuneEnd:Main
  23.